Follow the debugging-guide merge, and make the extension findable - #25
Merged
Conversation
The framework's two debugging pages are now one, so the nav loses the "Debugging .pyxl files" entry, its search keywords fold into the single page, and the generated JSON for the removed page is deleted rather than left serving stale duplicate content — the old URL now returns a real 404 with the "Back to docs" page. The homepage told a visitor the extension exists but never how to get it. The Studio and debugger section now carries the install command with a copy button, states that F5 needs it, and links to the Marketplace alongside the two guides. The Markdown twin gains the editor-setup entry with the same command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows pyxle-dev/pyxle#58, which merges the framework's two debugging pages into one.
Docs side: the nav loses the "Debugging .pyxl files" entry, its search keywords fold into the single page, and the generated JSON for the removed page is deleted rather than left serving stale duplicate content. The old URL now returns a real 404 with the "Back to docs" page (the docs route already 404s unknown slugs properly), instead of a second, drifting copy of the guide.
The extension was effectively hidden. The homepage mentioned "the VS Code extension" once, in a sentence, with no link and no way to get it. The Studio and debugger section now has:
code --install-extension pyxle.pyxle-language-toolswith a copy button, in the same specimen style aspyxle studioThe
/index.mdtwin gains an editor-setup entry carrying the same command.Verified:
pyxle checkclean, docs regeneration is idempotent, the merged page renders with "Install the VS Code extension" as its first section and two working Marketplace links, and there is no horizontal overflow at 1280px or 375px (all seven code blocks scroll inside their own container).